home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / enscript.4 / enscript / enscript-1.4.0 / intl / ChangeLog < prev    next >
Encoding:
Text File  |  1996-06-06  |  26.7 KB  |  845 lines

  1. Thu Jun  6 01:49:52 1996  Ulrich Drepper  <drepper@cygnus.com>
  2.  
  3.     * Makefile.in (all): Depend on all-@USE_INCLUDED_LIBINTL@, not
  4.         all-@USE_NLS@.
  5.  
  6.     * Makefile.in (install): intlh.inst comes from local dir, not
  7.         $(srcdir).
  8.  
  9.     * Makefile.in (intlh.inst): Special handling of this goal.  If
  10.     used in gettext, this is really a rul to construct this file.  If
  11.     used in any other package it is defined as a .PHONY rule with
  12.     empty body.
  13.  
  14.     * finddomain.c: Extract locale file information handling into
  15.     l10nfile.c.  Rename local stpcpy__ function to stpcpy.
  16.  
  17.     * dcgettext.c (stpcpy): Add local definition.
  18.  
  19.     * l10nflist.c: Solve some portability problems.  Patches partly by
  20.     Thomas Esken.  Add local definition of stpcpy.
  21.  
  22. Tue Jun  4 02:47:49 1996  Ulrich Drepper  <drepper@cygnus.com>
  23.  
  24.     * intlh.inst.in: Don't depend including <locale.h> on
  25.     HAVE_LOCALE_H.  Instead configure must rewrite this fiile
  26.     depending on the result of the configure run.
  27.  
  28.     * Makefile.in (install): libintl.inst is now called intlh.inst.
  29.     Add rules for updating intlh.inst from intlh.inst.in.
  30.  
  31.     * libintl.inst: Renamed to intlh.inst.in.
  32.  
  33.     * localealias.c, dcgettext.c [__GNUC__]: Define HAVE_ALLOCA to 1
  34.         because gcc has __buitlin_alloca.
  35.     Reported by Roland McGrath.
  36.  
  37. Mon Jun  3 00:32:16 1996  Ulrich Drepper  <drepper@cygnus.com>
  38.  
  39.     * Makefile.in (installcheck): New goal to fulfill needs of
  40.         automake's distcheck.
  41.  
  42.     * Makefile.in (install): Reorder commands so that VERSION is
  43.         found.
  44.  
  45.     * Makefile.in (gettextsrcdir): Now use subdirectory intl/ in
  46.         @datadir@/gettext.
  47.     (COMSRCS): Add l10nfile.c.
  48.     (OBJECTS): Add l10nfile.o.
  49.     (DISTFILES): Rename to DISTFILE.normal.  Remove $(DISTFILES.common).
  50.     (DISTFILE.gettext): Remove $(DISTFILES.common).
  51.     (all-gettext): Remove goal.
  52.     (install): If $(PACKAGE) = gettext install, otherwose do nothing.  No
  53.     package but gettext itself should install libintl.h + headers.
  54.     (dist): Extend goal to work for gettext, too.
  55.     (dist-gettext): Remove goal.
  56.  
  57.     * dcgettext.c [!HAVE_ALLOCA]: Define macro alloca by using malloc.
  58.  
  59. Sun Jun  2 17:33:06 1996  Ulrich Drepper  <drepper@cygnus.com>
  60.  
  61.     * loadmsgcat.c (_nl_load_domain): Parameter is now comes from
  62.         find_l10nfile.
  63.  
  64. Sat Jun  1 02:23:03 1996  Ulrich Drepper  <drepper@cygnus.com>
  65.  
  66.     * l10nflist.c (__argz_next): Add definition.
  67.  
  68.     * dcgettext.c [!HAVE_ALLOCA]: Add code for handling missing alloca
  69.     code.  Use new l10nfile handling.
  70.  
  71.     * localealias.c [!HAVE_ALLOCA]: Add code for handling missing
  72.         alloca code.
  73.  
  74.     * l10nflist.c: Initial revision.
  75.  
  76. Tue Apr  2 18:51:18 1996  Ulrich Drepper  <drepper@myware>
  77.  
  78.     * Makefile.in (all-gettext): New goal.  Same as all-yes.
  79.  
  80. Thu Mar 28 23:01:22 1996  Karl Eichwalder  <ke@ke.central.de>
  81.  
  82.     * Makefile.in (gettextsrcdir): Define using @datadir@.
  83.  
  84. Tue Mar 26 12:39:14 1996  Ulrich Drepper  <drepper@myware>
  85.  
  86.     * finddomain.c: Include <ctype.h>.  Reported by Roland McGrath.
  87.  
  88. Sat Mar 23 02:00:35 1996  Ulrich Drepper  <drepper@myware>
  89.  
  90.     * finddomain.c (stpcpy): Rename to stpcpy__ to prevent clashing
  91.         with external declaration.
  92.  
  93. Sat Mar  2 00:47:09 1996  Ulrich Drepper  <drepper@myware>
  94.  
  95.     * Makefile.in (all-no): Rename from all_no.
  96.  
  97. Sat Feb 17 00:25:59 1996  Ulrich Drepper  <drepper@myware>
  98.  
  99.     * gettextP.h [loaded_domain]: Array `successor' must now contain up
  100.         to 63 elements (because of codeset name normalization).
  101.  
  102.     * finddomain.c: Implement codeset name normalization.
  103.  
  104. Thu Feb 15 04:39:09 1996  Ulrich Drepper  <drepper@myware>
  105.  
  106.     * Makefile.in (all): Define to `all-@USE_NLS@'.
  107.     (all-yes, all_no): New goals.  `all-no' is noop, `all-yes'
  108.     is former all.
  109.  
  110. Mon Jan 15 21:46:01 1996  Howard Gayle  <howard@hal.com>
  111.  
  112.     * localealias.c (alias_compare): Increment string pointers in loop
  113.         of strcasecmp replacement.
  114.  
  115. Fri Dec 29 21:16:34 1995  Ulrich Drepper  <drepper@myware>
  116.  
  117.     * Makefile.in (install-src): Who commented this goal out ? :-)
  118.  
  119. Fri Dec 29 15:08:16 1995  Ulrich Drepper  <drepper@myware>
  120.  
  121.     * dcgettext.c (DCGETTEXT): Save `errno'.  Failing system calls
  122.     should not effect it because a missing catalog is no error.
  123.     Reported by Harald K<o:>nig <koenig@tat.physik.uni-tuebingen.de>.
  124.  
  125. Tue Dec 19 22:09:13 1995  Ulrich Drepper  <drepper@myware>
  126.  
  127.     * Makefile.in (Makefile): Explicitly use $(SHELL) for running
  128.         shell scripts.
  129.  
  130. Fri Dec 15 17:34:59 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
  131.  
  132.     * Makefile.in (install-src): Only install library and header when
  133.     we use the own implementation.  Don't do it when using the
  134.     system's gettext or catgets functions.
  135.  
  136.     * dcgettext.c (find_msg): Must not swap domain->hash_size here.
  137.  
  138. Sat Dec  9 16:24:37 1995  Ulrich Drepper  <drepper@myware>
  139.  
  140.     * localealias.c, libintl.inst, libgettext.h, hash-string.h,
  141.     gettextP.h, finddomain.c, dcgettext.c, cat-compat.c:
  142.     Use PARAMS instead of __P.  Suggested by Roland McGrath.
  143.  
  144. Tue Dec  5 11:39:14 1995  Larry Schwimmer  <rosebud@cyclone.stanford.edu>
  145.  
  146.     * libgettext.h: Use `#if !defined (_LIBINTL_H)' instead of `#if
  147.     !_LIBINTL_H' because Solaris defines _LIBINTL_H as empty.
  148.  
  149. Mon Dec  4 15:42:07 1995  Ulrich Drepper  <drepper@myware>
  150.  
  151.     * Makefile.in (install-src):
  152.     Install libintl.inst instead of libintl.h.install.
  153.  
  154. Sat Dec  2 22:51:38 1995  Marcus Daniels  <marcus@sysc.pdx.edu>
  155.  
  156.     * cat-compat.c (textdomain):
  157.     Reverse order in which files are tried you load.  First
  158.     try local file, when this failed absolute path.
  159.  
  160. Wed Nov 29 02:03:53 1995  Nelson H. F. Beebe  <beebe@math.utah.edu>
  161.  
  162.     * cat-compat.c (bindtextdomain): Add missing { }.
  163.  
  164. Sun Nov 26 18:21:41 1995  Ulrich Drepper  <drepper@myware>
  165.  
  166.     * libintl.inst: Add missing __P definition.  Reported by Nelson Beebe.
  167.  
  168.     * Makefile.in:
  169.     Add dummy `all' and `dvi' goals.  Reported by Tom Tromey.
  170.  
  171. Sat Nov 25 16:12:01 1995  Franc,ois Pinard  <pinard@iro.umontreal.ca>
  172.  
  173.     * hash-string.h: Capitalize arguments of macros.
  174.  
  175. Sat Nov 25 12:01:36 1995  Ulrich Drepper  <drepper@myware>
  176.  
  177.     * Makefile.in (DISTFILES): Prevent files names longer than 13
  178.     characters.  libintl.h.glibc->libintl.glibc,
  179.     libintl.h.install->libintl.inst.  Reported by Joshua R. Poulson.
  180.  
  181. Sat Nov 25 11:31:12 1995  Eric Backus  <ericb@lsid.hp.com>
  182.  
  183.     * dcgettext.c: Fix bug in preprocessor conditionals.
  184.  
  185. Sat Nov 25 02:35:27 1995  Nelson H. F. Beebe  <beebe@math.utah.edu>
  186.  
  187.     * libgettext.h: Solaris cc does not understand
  188.      #if !SYMBOL1 && !SYMBOL2.  Sad    but true.
  189.  
  190. Thu Nov 23 16:22:14 1995  Ulrich Drepper  <drepper@myware>
  191.  
  192.     * hash-string.h (hash_string):
  193.     Fix for machine with >32 bit `unsigned long's.
  194.  
  195.     * dcgettext.c (DCGETTEXT):
  196.     Fix horrible bug in loop for alternative translation.
  197.  
  198. Thu Nov 23 01:45:29 1995  Ulrich Drepper  <drepper@myware>
  199.  
  200.     * po2tbl.sed.in, linux-msg.sed, xopen-msg.sed:
  201.     Some further simplifications in message number generation.
  202.  
  203. Mon Nov 20 21:08:43 1995  Ulrich Drepper  <drepper@myware>
  204.  
  205.     * libintl.h.glibc: Use __const instead of const in prototypes.
  206.  
  207.     * Makefile.in (install-src):
  208.     Install libintl.h.install instead of libintl.h.  This
  209.     is a stripped-down version.  Suggested by Peter Miller.
  210.  
  211.     * libintl.h.install, libintl.h.glibc: Initial revision.
  212.  
  213.     * localealias.c (_nl_expand_alias, read_alias_file):
  214.     Protect prototypes in type casts by __P.
  215.  
  216. Tue Nov 14 16:43:58 1995  Ulrich Drepper  <drepper@myware>
  217.  
  218.     * hash-string.h: Correct prototype for hash_string.
  219.  
  220. Sun Nov 12 12:42:30 1995  Ulrich Drepper  <drepper@myware>
  221.  
  222.     * hash-string.h (hash_string): Add prototype.
  223.  
  224.     * gettextP.h: Fix copyright.
  225.     (SWAP): Add prototype.
  226.  
  227. Wed Nov  8 22:56:33 1995  Ulrich Drepper  <drepper@myware>
  228.  
  229.     * localealias.c (read_alias_file): Forgot sizeof.
  230.     Avoid calling *printf function.  This introduces a big overhead.
  231.     Patch by Roland McGrath.
  232.  
  233. Tue Nov  7 14:21:08 1995  Ulrich Drepper  <drepper@myware>
  234.  
  235.     * finddomain.c, cat-compat.c: Wrong indentation in #if for stpcpy.
  236.  
  237.     * finddomain.c (stpcpy):
  238.     Define substitution function local.  The macro was to flaky.
  239.  
  240.     * cat-compat.c: Fix typo.
  241.  
  242.     * xopen-msg.sed, linux-msg.sed:
  243.     While bringing message number to right place only accept digits.
  244.  
  245.     * linux-msg.sed, xopen-msg.sed: Now that the counter does not have
  246.     leading 0s we don't need to remove them.  Reported by Marcus
  247.     Daniels.
  248.  
  249.     * Makefile.in (../po/cat-id-tbl.o): Use $(top_srdir) in
  250.     dependency.  Reported by Marcus Daniels.
  251.  
  252.     * cat-compat.c: (stpcpy) [!_LIBC && !HAVE_STPCPY]: Define replacement.
  253.     Generally cleanup using #if instead of #ifndef.
  254.  
  255.     * Makefile.in: Correct typos in comment.  By Franc,ois Pinard.
  256.  
  257. Mon Nov  6 00:27:02 1995  Ulrich Drepper  <drepper@myware>
  258.  
  259.     * Makefile.in (install-src): Don't install libintl.h and libintl.a
  260.     if we use an available gettext implementation.
  261.  
  262. Sun Nov  5 22:02:08 1995  Ulrich Drepper  <drepper@myware>
  263.  
  264.     * libgettext.h: Fix typo: HAVE_CATGETTS -> HAVE_CATGETS.  Reported
  265.     by Franc,ois Pinard.
  266.  
  267.     * libgettext.h: Use #if instead of #ifdef/#ifndef.
  268.  
  269.     * finddomain.c:
  270.     Comments describing what has to be done should start with FIXME.
  271.  
  272. Sun Nov  5 19:38:01 1995  Ulrich Drepper  <drepper@myware>
  273.  
  274.     * Makefile.in (DISTFILES): Split.  Use DISTFILES with normal meaning.
  275.     DISTFILES.common names the files common to both dist goals.
  276.     DISTFILES.gettext are the files only distributed in GNU gettext.
  277.  
  278. Sun Nov  5 17:32:54 1995  Ulrich Drepper  <drepper@myware>
  279.  
  280.     * dcgettext.c (DCGETTEXT): Correct searching in derived locales.
  281.     This was necessary since a change in _nl_find_msg several weeks
  282.     ago.  I really don't know this is still not fixed.
  283.  
  284. Sun Nov  5 12:43:12 1995  Ulrich Drepper  <drepper@myware>
  285.  
  286.     * loadmsgcat.c (_nl_load_domain): Test for FILENAME == NULL.  This
  287.     might mark a special condition.
  288.  
  289.     * finddomain.c (make_entry_rec): Don't make illegal entry as decided.
  290.  
  291.     * Makefile.in (dist): Suppress error message when ln failed.
  292.     Get files from $(srcdir) explicitly.
  293.  
  294.     * libgettext.h (gettext_const): Rename to gettext_noop.
  295.  
  296. Fri Nov  3 07:36:50 1995  Ulrich Drepper  <drepper@myware>
  297.  
  298.     * finddomain.c (make_entry_rec):
  299.     Protect against wrong locale names by testing mask.
  300.  
  301.     * libgettext.h (gettext_const): Add macro definition.
  302.     Capitalize macro arguments.
  303.  
  304. Thu Nov  2 23:15:51 1995  Ulrich Drepper  <drepper@myware>
  305.  
  306.     * finddomain.c (_nl_find_domain):
  307.     Test for pointer != NULL before accessing value.
  308.     Reported by Tom Tromey.
  309.  
  310.     * gettext.c (NULL):
  311.     Define as (void*)0 instad of 0.  Reported by Franc,ois Pinard.
  312.  
  313. Mon Oct 30 21:28:52 1995  Ulrich Drepper  <drepper@myware>
  314.  
  315.     * po2tbl.sed.in: Serious typo bug fixed by Jim Meyering.
  316.  
  317. Sat Oct 28 23:20:47 1995  Ulrich Drepper  <drepper@myware>
  318.  
  319.     * libgettext.h: Disable dcgettext optimization for Solaris 2.3.
  320.  
  321.     * localealias.c (alias_compare):
  322.     Peter Miller reported that tolower in some systems is
  323.     even dumber than I thought.  Protect call by `isupper'.
  324.  
  325. Fri Oct 27 22:22:51 1995  Ulrich Drepper  <drepper@myware>
  326.  
  327.     * Makefile.in (libdir, includedir): New variables.
  328.     (install-src): Install libintl.a and libintl.h in correct dirs.
  329.  
  330. Fri Oct 27 22:07:29 1995  Ulrich Drepper  <drepper@myware>
  331.  
  332.     * Makefile.in (SOURCES): Fix typo: intrl.compat.c -> intl-compat.c.
  333.  
  334.     * po2tbl.sed.in: Patch for buggy SEDs by Christian von Roques.
  335.  
  336.     * localealias.c:
  337.     Fix typo and superflous test.  Reported by Christian von Roques.
  338.  
  339. Fri Oct  6 11:52:05 1995  Ulrich Drepper  <drepper@myware>
  340.  
  341.     * finddomain.c (_nl_find_domain):
  342.     Correct some remainder from the pre-CEN syntax.  Now
  343.     we don't have a constant number of successors anymore.
  344.  
  345. Wed Sep 27 21:41:13 1995  Ulrich Drepper  <drepper@myware>
  346.  
  347.     * Makefile.in (DISTFILES): Add libintl.h.glibc.
  348.  
  349.     * Makefile.in (dist-libc): Add goal for packing sources for glibc.
  350.     (COMSRCS, COMHDRS): Splitted to separate sources shared with glibc.
  351.  
  352.     * loadmsgcat.c: Forget to continue #if line.
  353.  
  354.     * localealias.c:
  355.     [_LIBC]: Rename strcasecmp to __strcasecmp to keep ANSI C name
  356.     space clean.
  357.  
  358.     * dcgettext.c, finddomain.c: Better comment to last change.
  359.  
  360.     * loadmsgcat.c:
  361.     [_LIBC]: Rename fstat, open, close, read, mmap, and munmap to
  362.     __fstat, __open, __close, __read, __mmap, and __munmap resp
  363.     to keep ANSI C name space clean.
  364.  
  365.     * finddomain.c:
  366.     [_LIBC]: Rename stpcpy to __stpcpy to keep ANSI C name space clean.
  367.  
  368.     * dcgettext.c:
  369.     [_LIBC]: Rename getced and stpcpy to __getcwd and __stpcpy resp to
  370.     keep ANSI C name space clean.
  371.  
  372.     * libgettext.h:
  373.     Include sys/types.h for those old SysV systems out there.
  374.     Reported by Francesco Potorti`.
  375.  
  376.     * loadmsgcat.c (use_mmap): Define if compiled for glibc.
  377.  
  378.     * bindtextdom.c: Include all those standard headers
  379.     unconditionally if _LIBC is defined.
  380.  
  381.     * finddomain.c: Fix 2 times defiend -> defined.
  382.  
  383.     * textdomain.c: Include libintl.h instead of libgettext.h when
  384.     compiling for glibc.  Include all those standard headers
  385.     unconditionally if _LIBC is defined.
  386.  
  387.     * localealias.c, loadmsgcat.c: Prepare to be compiled in glibc.
  388.  
  389.     * gettext.c:
  390.     Include libintl.h instead of libgettext.h when compiling for glibc.
  391.     Get NULL from stddef.h if we compile for glibc.
  392.  
  393.     * finddomain.c: Include libintl.h instead of libgettext.h when
  394.     compiling for glibc.  Include all those standard headers
  395.     unconditionally if _LIBC is defined.
  396.  
  397.     * dcgettext.c: Include all those standard headers unconditionally
  398.     if _LIBC is defined.
  399.  
  400.     * dgettext.c: If compiled in glibc include libintl.h instead of
  401.     libgettext.h.
  402.     (locale.h): Don't rely on HAVE_LOCALE_H when compiling for glibc.
  403.  
  404.     * dcgettext.c: If compiled in glibc include libintl.h instead of
  405.     libgettext.h.
  406.     (getcwd): Don't rely on HAVE_GETCWD when compiling for glibc.
  407.  
  408.     * bindtextdom.c:
  409.     If compiled in glibc include libintl.h instead of libgettext.h.
  410.  
  411. Mon Sep 25 22:23:06 1995  Ulrich Drepper  <drepper@myware>
  412.  
  413.     * localealias.c (_nl_expand_alias): Don't call bsearch if NMAP <= 0.
  414.     Reported by Marcus Daniels.
  415.  
  416.     * cat-compat.c (bindtextdomain):
  417.     String used in putenv must not be recycled.
  418.     Reported by Marcus Daniels.
  419.  
  420.     * libgettext.h (__USE_GNU_GETTEXT):
  421.     Additional symbol to signal that we use GNU gettext
  422.     library.
  423.  
  424.     * cat-compat.c (bindtextdomain):
  425.     Fix bug with the strange stpcpy replacement.
  426.     Reported by Nelson Beebe.
  427.  
  428. Sat Sep 23 08:23:51 1995  Ulrich Drepper  <drepper@myware>
  429.  
  430.     * cat-compat.c: Include <string.h> for stpcpy prototype.
  431.  
  432.     * localealias.c (read_alias_file):
  433.     While expand strdup code temporary variable `cp' hided
  434.     higher level variable with same name.  Rename to `tp'.
  435.  
  436.     * textdomain.c (textdomain):
  437.     Avoid warning by using temporary variable in strdup code.
  438.  
  439.     * finddomain.c (_nl_find_domain): Remove unused variable `application'.
  440.  
  441. Thu Sep 21 15:51:44 1995  Ulrich Drepper  <drepper@myware>
  442.  
  443.     * localealias.c (alias_compare):
  444.     Use strcasecmp() only if available.  Else use
  445.     implementation in place.
  446.  
  447.     * intl-compat.c:
  448.     Wrapper functions now call *__ functions instead of __*.
  449.  
  450.     * libgettext.h: Declare prototypes for *__ functions instead for __*.
  451.  
  452.     * cat-compat.c, loadmsgcat.c:
  453.     Don't use xmalloc, xstrdup, and stpcpy.  These functions are not part
  454.     of the standard libc and so prevent libintl.a from being used
  455.     standalone.
  456.  
  457.     * bindtextdom.c:
  458.     Don't use xmalloc, xstrdup, and stpcpy.  These functions are not part
  459.     of the standard libc and so prevent libintl.a from being used
  460.     standalone.
  461.     Rename to bindtextdomain__ if not used in GNU C Library.
  462.  
  463.     * dgettext.c:
  464.     Rename function to dgettext__ if not used in GNU C Library.
  465.  
  466.     * gettext.c:
  467.     Don't use xmalloc, xstrdup, and stpcpy.  These functions are not part
  468.     of the standard libc and so prevent libintl.a from being used
  469.     standalone.
  470.     Functions now called gettext__ if not used in GNU C Library.
  471.  
  472.     * dcgettext.c, localealias.c, textdomain.c, finddomain.c:
  473.     Don't use xmalloc, xstrdup, and stpcpy.  These functions are not part
  474.     of the standard libc and so prevent libintl.a from being used
  475.     standalone.
  476.  
  477. Sun Sep 17 23:14:49 1995  Ulrich Drepper  <drepper@myware>
  478.  
  479.     * finddomain.c: Correct some bugs in handling of CEN standard
  480.      locale definitions.
  481.  
  482. Thu Sep  7 01:49:28 1995  Ulrich Drepper  <drepper@myware>
  483.  
  484.     * finddomain.c: Implement CEN syntax.
  485.  
  486.     * gettextP.h (loaded_domain): Extend number of successors to 31.
  487.  
  488. Sat Aug 19 19:25:29 1995  Ulrich Drepper  <drepper@myware>
  489.  
  490.     * Makefile.in (aliaspath): Remove path to X11 locale dir.
  491.  
  492.     * Makefile.in: Make install-src depend on install.  This helps
  493.      gettext to install the sources and other packages can use the
  494.      install goal.
  495.  
  496. Sat Aug 19 15:19:33 1995  Ulrich Drepper  <drepper@myware>
  497.  
  498.     * Makefile.in (uninstall): Remove stuff installed by install-src.
  499.  
  500. Tue Aug 15 13:13:53 1995  Ulrich Drepper  <drepper@myware>
  501.  
  502.     * VERSION.in: Initial revision.
  503.  
  504.     * Makefile.in (DISTFILES):
  505.     Add VERSION file.  This is not necessary for gettext, but
  506.     for other packages using this library.
  507.  
  508. Tue Aug 15 06:16:44 1995  Ulrich Drepper  <drepper@myware>
  509.  
  510.     * gettextP.h (_nl_find_domain):
  511.     New prototype after changing search strategy.
  512.  
  513.     * finddomain.c (_nl_find_domain):
  514.     We now try only to find a specified catalog.  Fall back to other
  515.     catalogs listed in the locale list is now done in __dcgettext.
  516.  
  517.     * dcgettext.c (__dcgettext):
  518.     Now we provide message fall back even to different languages.
  519.     I.e. if a message is not available in one language all the other
  520.      in the locale list a tried.  Formerly fall back was only possible
  521.      within one language.  Implemented by moving one loop from
  522.      _nl_find_domain to here.
  523.  
  524. Mon Aug 14 23:45:50 1995  Ulrich Drepper  <drepper@myware>
  525.  
  526.     * Makefile.in (gettextsrcdir):
  527.     Directory where source of GNU gettext library are made
  528.     available.
  529.     (INSTALL, INSTALL_DATA): Programs used for installing sources.
  530.     (gettext-src): New.  Rule to install GNU gettext sources for use in
  531.     gettextize shell script.
  532.  
  533. Sun Aug 13 14:40:48 1995  Ulrich Drepper  <drepper@myware>
  534.  
  535.     * loadmsgcat.c (_nl_load_domain):
  536.     Use mmap for loading only when munmap function is
  537.     also available.
  538.  
  539.     * Makefile.in (install): Depend on `all' goal.
  540.  
  541. Wed Aug  9 11:04:33 1995  Ulrich Drepper  <drepper@myware>
  542.  
  543.     * localealias.c (read_alias_file):
  544.     Do not overwrite '\n' when terminating alias value string.
  545.  
  546.     * localealias.c (read_alias_file):
  547.     Handle long lines.  Ignore the rest not fitting in
  548.     the buffer after the initial `fgets' call.
  549.  
  550. Wed Aug  9 00:54:29 1995  Ulrich Drepper  <drepper@myware>
  551.  
  552.     * gettextP.h (_nl_load_domain):
  553.     Add prototype, replacing prototype for _nl_load_msg_cat.
  554.  
  555.     * finddomain.c (_nl_find_domain):
  556.     Remove unneeded variable filename and filename_len.
  557.     (expand_alias): Remove prototype because functions does not
  558.      exist anymore.
  559.  
  560.     * localealias.c (read_alias_file):
  561.     Change type of fname_len parameter to int.
  562.     (xmalloc): Add prototype.
  563.  
  564.     * loadmsgcat.c: Better prototypes for xmalloc.
  565.  
  566. Tue Aug  8 22:30:39 1995  Ulrich Drepper  <drepper@myware>
  567.  
  568.     * finddomain.c (_nl_find_domain):
  569.     Allow alias name to be constructed from the four components.
  570.  
  571.     * Makefile.in (aliaspath): New variable.  Set to preliminary value.
  572.     (SOURCES): Add localealias.c.
  573.     (OBJECTS): Add localealias.o.
  574.  
  575.     * gettextP.h: Add prototype for _nl_expand_alias.
  576.  
  577.     * finddomain.c: Aliasing handled in intl/localealias.c.
  578.  
  579.     * localealias.c: Aliasing for locale names.
  580.  
  581.     * bindtextdom.c: Better prototypes for xmalloc and xstrdup.
  582.  
  583. Mon Aug  7 23:47:42 1995  Ulrich Drepper  <drepper@myware>
  584.  
  585.     * Makefile.in (DISTFILES): gettext.perl is now found in misc/.
  586.  
  587.     * cat-compat.c (bindtextdomain):
  588.     Correct implementation.  dirname parameter was not used.
  589.     Reported by Marcus Daniels.
  590.  
  591.     * gettextP.h (loaded_domain):
  592.     New fields `successor' and `decided' for oo, lazy
  593.     message handling implementation.
  594.  
  595.     * dcgettext.c:
  596.     Adopt for oo, lazy message handliing.
  597.       Now we can inherit translations from less specific locales.
  598.     (find_msg): New function.
  599.  
  600.     * loadmsgcat.c, finddomain.c:
  601.     Complete rewrite.  Implement oo, lazy message handling :-).
  602.       We now have an additional environment variable `LANGUAGE' with
  603.      a higher priority than LC_ALL for the LC_MESSAGE locale.
  604.       Here we can set a colon separated list of specifications each
  605.      of the form `language[_territory[.codeset]][@modifier]'.
  606.  
  607. Sat Aug  5 09:55:42 1995  Ulrich Drepper  <drepper@myware>
  608.  
  609.     * finddomain.c (unistd.h):
  610.     Include to get _PC_PATH_MAX defined on system having it.
  611.  
  612. Fri Aug  4 22:42:00 1995  Ulrich Drepper  <drepper@myware>
  613.  
  614.     * finddomain.c (stpcpy): Include prototype.
  615.  
  616.     * Makefile.in (dist): Remove `copying instead' message.
  617.  
  618. Wed Aug  2 18:52:03 1995  Ulrich Drepper  <drepper@myware>
  619.  
  620.     * Makefile.in (ID, TAGS): Do not use $^.
  621.  
  622. Tue Aug  1 20:07:11 1995  Ulrich Drepper  <drepper@myware>
  623.  
  624.     * Makefile.in (TAGS, ID): Use $^ as command argument.
  625.     (TAGS): Give etags -o option t write to current directory,
  626.      not $(srcdir).
  627.     (ID): Use $(srcdir) instead os $(top_srcdir)/src.
  628.     (distclean): Remove ID.
  629.  
  630. Sun Jul 30 11:51:46 1995  Ulrich Drepper  <drepper@myware>
  631.  
  632.     * Makefile.in (gnulocaledir):
  633.     New variable, always using share/ for data directory.
  634.     (DEFS): Add GNULOCALEDIR, used in finddomain.c.
  635.  
  636.     * finddomain.c (_nl_default_dirname):
  637.     Set to GNULOCALEDIR, because it always has to point
  638.     to the directory where GNU gettext Library writes it to.
  639.  
  640.     * intl-compat.c (textdomain, bindtextdomain):
  641.     Undefine macros before function definition.
  642.  
  643. Sat Jul 22 01:10:02 1995  Ulrich Drepper  <drepper@myware>
  644.  
  645.     * libgettext.h (_LIBINTL_H):
  646.     Protect definition in case where this file is included as
  647.     libgettext.h on Solaris machines.  Add comment about this.
  648.  
  649. Wed Jul 19 02:36:42 1995  Ulrich Drepper  <drepper@myware>
  650.  
  651.     * intl-compat.c (textdomain): Correct typo.
  652.  
  653. Wed Jul 19 01:51:35 1995  Ulrich Drepper  <drepper@myware>
  654.  
  655.     * dcgettext.c (dcgettext): Function now called __dcgettext.
  656.  
  657.     * dgettext.c (dgettext): Now called __dgettext and calls
  658.      __dcgettext.
  659.  
  660.     * gettext.c (gettext):
  661.     Function now called __gettext and calls __dgettext.
  662.  
  663.     * textdomain.c (textdomain): Function now called __textdomain.
  664.  
  665.     * bindtextdom.c (bindtextdomain): Function now called
  666.      __bindtextdomain.
  667.  
  668.     * intl-compat.c: Initial revision.
  669.  
  670.     * Makefile.in (SOURCES): Add intl-compat.c.
  671.     (OBJECTS): We always compile the GNU gettext library functions.
  672.       OBJECTS contains all objects but cat-compat.o, ../po/cat-if-tbl.o,
  673.      and intl-compat.o.
  674.       (GETTOBJS): Contains now only intl-compat.o.
  675.  
  676.     * libgettext.h:
  677.     Re-include protection matches dualistic character of libgettext.h.
  678.     For all functions in GNU gettext library define __ counter part.
  679.  
  680.     * finddomain.c (strchr): Define as index if not found in C library.
  681.     (_nl_find_domain): For relative paths paste / in between.
  682.  
  683. Tue Jul 18 16:37:45 1995  Ulrich Drepper  <drepper@myware>
  684.  
  685.     * loadmsgcat.c, finddomain.c: Add inclusion of sys/types.h.
  686.  
  687.     * xopen-msg.sed: Fix bug with `msgstr ""' lines.
  688.     A little bit better comments.
  689.  
  690. Tue Jul 18 01:18:27 1995  Ulrich Drepper  <drepper@myware>
  691.  
  692.     * Makefile.in:
  693.     po-mode.el, makelinks, combine-sh are now found in ../misc.
  694.  
  695.     * po-mode.el, makelinks, combine-sh, elisp-comp:
  696.     Moved to ../misc/.
  697.  
  698.     * libgettext.h, gettextP.h, gettext.h: Uniform test for __STDC__.
  699.  
  700. Sun Jul 16 22:33:02 1995  Ulrich Drepper  <drepper@myware>
  701.  
  702.     * Makefile.in (INSTALL, INSTALL_DATA): New variables.
  703.     (install-data, uninstall): Install/uninstall .elc file.
  704.  
  705.     * po-mode.el (Installation comment):
  706.     Add .pox as possible extension of .po files.
  707.  
  708. Sun Jul 16 13:23:27 1995  Ulrich Drepper  <drepper@myware>
  709.  
  710.     * elisp-comp: Complete new version by Franc,ois: This does not
  711.      fail when not compiling in the source directory.
  712.  
  713. Sun Jul 16 00:12:17 1995  Ulrich Drepper  <drepper@myware>
  714.  
  715.     * Makefile.in (../po/cat-id-tbl.o):
  716.     Use $(MAKE) instead of make for recursive make.
  717.  
  718.     * Makefile.in (.el.elc): Use $(SHELL) instead of /bin/sh.
  719.     (install-exec): Add missing dummy goal.
  720.     (install-data, uninstall): @ in multi-line shell command at
  721.      beginning, not in front of echo.  Reported by Eric Backus.
  722.  
  723. Sat Jul 15 00:21:28 1995  Ulrich Drepper  <drepper@myware>
  724.  
  725.     * Makefile.in (DISTFILES):
  726.     Rename libgettext.perl to gettext.perl to fit in 14 chars
  727.     file systems.
  728.  
  729.     * gettext.perl:
  730.      Rename to gettext.perl to fit in 14 chars file systems.
  731.  
  732. Thu Jul 13 23:17:20 1995  Ulrich Drepper  <drepper@myware>
  733.  
  734.     * cat-compat.c: If !STDC_HEADERS try to include malloc.h.
  735.  
  736. Thu Jul 13 20:55:02 1995  Ulrich Drepper  <drepper@myware>
  737.  
  738.     * po2tbl.sed.in: Pretty printing.
  739.  
  740.     * linux-msg.sed, xopen-msg.sed:
  741.     Correct bugs with handling substitute flags in branches.
  742.  
  743.     * hash-string.h (hash_string):
  744.     Old K&R compilers don't under stand `unsigned char'.
  745.  
  746.     * gettext.h (nls_uint32):
  747.     Some old K&R compilers (eg HP) don't understand `unsigned int'.
  748.  
  749.     * cat-compat.c (msg_to_cat_id): De-ANSI-fy prototypes.
  750.  
  751. Thu Jul 13 01:34:33 1995  Ulrich Drepper  <drepper@myware>
  752.  
  753.     * Makefile.in (ELCFILES): New variable.
  754.     (DISTFILES): Add elisp-comp.
  755.     Add implicit rule for .el -> .elc compilation.
  756.     (install-data): install $ELCFILES
  757.     (clean): renamed po-to-tbl and po-to-msg to po2tbl and po2msg resp.
  758.  
  759.     * elisp-comp: Initial revision
  760.  
  761. Wed Jul 12 16:14:52 1995  Ulrich Drepper  <drepper@myware>
  762.  
  763.     * Makefile.in:
  764.     cat-id-tbl.c is now found in po/.  This enables us to use an identical
  765.     intl/ directory in all packages.
  766.  
  767.     * dcgettext.c (dcgettext): hashing does not work for table size <= 2.
  768.  
  769.     * textdomain.c: fix typo (#if def -> #if defined)
  770.  
  771. Tue Jul 11 18:44:43 1995  Ulrich Drepper  <drepper@myware>
  772.  
  773.     * Makefile.in (stamp-cat-id): use top_srcdir to address source files
  774.     (DISTFILES,distclean): move tupdate.perl to src/
  775.  
  776.     * po-to-tbl.sed.in:
  777.     add additional jump to clear change flag to recognize multiline strings
  778.  
  779. Tue Jul 11 01:32:50 1995  Ulrich Drepper  <drepper@myware>
  780.  
  781.     * textdomain.c: Protect inclusion of stdlib.h and string.h.
  782.  
  783.     * loadmsgcat.c: Protect inclusion of stdlib.h.
  784.  
  785.     * libgettext.h: Protect inclusion of locale.h.
  786.     Allow use in C++ programs.
  787.     Define NULL is not happened already.
  788.  
  789.     * Makefile.in (DISTFILES): ship po-to-tbl.sed.in instead of
  790.     po-to-tbl.sed.
  791.     (distclean): remove po-to-tbl.sed and tupdate.perl.
  792.  
  793.     * tupdate.perl.in: Substitute Perl path even in exec line.
  794.     Don't include entries without translation from old .po file.
  795.  
  796. Tue Jul  4 00:41:51 1995  Ulrich Drepper  <drepper@myware>
  797.  
  798.     * tupdate.perl.in: use "Updated: " in msgid "".
  799.  
  800.     * cat-compat.c: Fix typo (LOCALDIR -> LOCALEDIR).
  801.      Define getenv if !__STDC__.
  802.  
  803.     * bindtextdom.c: Protect stdlib.h and string.h inclusion.
  804.      Define free if !__STDC__.
  805.  
  806.     * finddomain.c: Change DEF_MSG_DOM_DIR to LOCALEDIR.
  807.      Define free if !__STDC__.
  808.  
  809.     * cat-compat.c: Change DEF_MSG_DOM_DIR to LOCALEDIR.
  810.  
  811. Mon Jul  3 23:56:30 1995  Ulrich Drepper  <drepper@myware>
  812.  
  813.     * Makefile.in: Use LOCALEDIR instead of DEF_MSG_DOM_DIR.
  814.     Remove unneeded $(srcdir) from Makefile.in dependency.
  815.  
  816.     * makelinks: Add copyright and short description.
  817.  
  818.     * po-mode.el: Last version for 0.7.
  819.  
  820.     * tupdate.perl.in: Fix die message.
  821.  
  822.     * dcgettext.c: Protect include of string.h.
  823.  
  824.     * gettext.c: Protect include of stdlib.h and further tries to get NULL.
  825.  
  826.     * finddomain.c: Some corrections in includes.
  827.  
  828.     * Makefile.in (INCLUDES): Prune list correct path to Makefile.in.
  829.  
  830.     * po-to-tbl.sed: Adopt for new .po file format.
  831.  
  832.     * linux-msg.sed, xopen-msg.sed: Adopt for new .po file format.
  833.  
  834. Sun Jul  2 23:55:03 1995  Ulrich Drepper  <drepper@myware>
  835.  
  836.     * tupdate.perl.in: Complete rewrite for new .po file format.
  837.  
  838. Sun Jul  2 02:06:50 1995  Ulrich Drepper  <drepper@myware>
  839.  
  840.     * First official release.  This directory contains all the code
  841.     needed to internationalize own packages.  It provides functions
  842.     which allow to use the X/Open catgets function with an interface
  843.     like the Uniforum gettext function.  For system which does not
  844.     have neither of those a complete implementation is provided.
  845.